Click or drag to resize

FolderChange Class

Represents a collection of changes to be performed on a single folder.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeFolderChange

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class FolderChange

The FolderChange type exposes the following members.

Constructors
  NameDescription
Public methodFolderChange
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, Property)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, PropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, IListProperty)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, IListPropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, Property)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, PropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, IListProperty)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, IListPropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, Property, PropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(FolderId, IListProperty, IListPropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, Property, PropertyPath)
Initializes a new instance of the FolderChange class.
Public methodFolderChange(StandardFolder, IListProperty, IListPropertyPath)
Initializes a new instance of the FolderChange class.
Top
Properties
  NameDescription
Public propertyFolderId
Contains the identifier and change key of a folder to update.
Public propertyPropertiesToAppend
Represents an action to adds data to an existing property.
Public propertyPropertiesToDelete
Represents an operation to delete a property from a folder.
Public propertyPropertiesToSet
Represents an update that sets the value for a property on a folder.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current FolderChange object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also